SquirrelGuy-5 #python code test x = 5; print(x); //Java code test public class MyJava { public static void main(String[] args) { int x = 5; System.out.println(x); } }
altZany SquirrelGuy-5 I feel like this is a stupid question but I am dying to know... How did you make the code different colors?
SquirrelGuy-5 altZany instead of using one pair of backticks (`code {}`), use them like this: ```code {}``` You’ll get a result like dis: var hello = "Hello World!"; Also, @[WUT] Adam told me u can specify the language after the first three backticks