#include <sourcemod>

// Single line comment
/* Multi line
   comment */

public OnPluginStart() {
    PrintToServer("Hello.");
}
