refactor folder

This commit is contained in:
baol 2024-05-13 14:12:25 +08:00
parent 0979e7de7e
commit b30ab4e0d0
5 changed files with 0 additions and 17 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +0,0 @@
#include <stdio.h>
int main (void) {
printf("Two plus two is %f\n", 4);
return 0;
}

View File

@ -1,5 +0,0 @@
program hello
! this is comment line
print *, "hello world!"
end program hello

View File

@ -1,6 +0,0 @@
#include <stdio.h>
int main (void) {
printf("Hello, world!\n");
return 0;
}