ASG
Code Snippet Maker
Menu
Input
File name
PNG scale
Render
Export PNG
#include <stdio.h> // this is a comment int main() { printf("Hello\n"); /* block comment */ return 0; }
Preview