Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/platforms/web/main.cpp.in

7 lines
102 B
C++
Raw Normal View History

2022-02-18 16:36:48 -05:00
#include <stdio.h>
int main(int argc, char* argv[]) {
printf("Hello, world!\n");
return 0;
}