Rename C* to C∗

This commit is contained in:
Richie Bendall
2021-04-17 12:44:42 +12:00
committed by GitHub
parent a1f7c4607e
commit 05a6c3a479

6
c/C∗ Normal file
View File

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