Skip to content

harukakawanaka/clang-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

clang-study

c言語の勉強

Docker で C言語を動作させる

$ docker build -t alpine:exec-c .
$ docker run -v "$PWD"/sample_program:/home --rm -ti alpine:exec-c
6a333c246e82:# cd /home
6a333c246e82:# gcc hello.c
6a333c246e82:# ./a.out
Hello world

hoge fuga

About

c言語の勉強

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published