We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ca462 commit 39da975Copy full SHA for 39da975
src/components/CoderpadWrapper.js
@@ -25,7 +25,7 @@ const LOAD_CODE_GET_URL = LOAD_CODE_PROD_GET_URL
25
26
// Default settings on page loadup.
27
const SUPPORTED_LANGUAGES = ['java', 'python', 'c_cpp']
28
-const DEFAULT_LANGUAGE = 'java'
+const DEFAULT_LANGUAGE = 'python'
29
const DEFAULT_AUTOCOMPLETE = false
30
const DEFAULT_PRACTICE = false
31
const DEFAULT_SETTINGS = {
0 commit comments