diff --git a/ex1.cpp b/ex1.cpp new file mode 100644 index 0000000..9f3c183 --- /dev/null +++ b/ex1.cpp @@ -0,0 +1,13 @@ +#include + +int main(){ + printf("Hallo world"); + + int x = 1; + printf("%d",x); + printf("bufbuf"); + + printf("hogehoge"); + + return 0; +} \ No newline at end of file diff --git a/mymane.txt b/mymane.txt new file mode 100644 index 0000000..b4bcd7c --- /dev/null +++ b/mymane.txt @@ -0,0 +1 @@ +Fuke Ikumi \ No newline at end of file