Syntax highlight test
Trying to use syntax highlight:
c++:
python:
c++:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!";
return 0;
}
import matplotlib
k=input()
mylist=[]
mylist.append(k)
Comments
Post a Comment