Add Cyclone,ParaSail / Remove duplicated Nadeshiko(なでしこ) (#1324)

* Add Cyclone

* Remove duplicated Nadeshiko(なでしこ)

* Update Readme

* Add ParaSail
This commit is contained in:
gnuhead-chieb
2022-02-17 11:43:19 +09:00
committed by GitHub
parent ba609fb922
commit df9bb8ff35
4 changed files with 12 additions and 4 deletions

5
c/Cyclone.cyc Normal file
View File

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