Skip to content

Commit 39da975

Browse files
committed
Changed default language to Python.
1 parent a2ca462 commit 39da975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CoderpadWrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const LOAD_CODE_GET_URL = LOAD_CODE_PROD_GET_URL
2525

2626
// Default settings on page loadup.
2727
const SUPPORTED_LANGUAGES = ['java', 'python', 'c_cpp']
28-
const DEFAULT_LANGUAGE = 'java'
28+
const DEFAULT_LANGUAGE = 'python'
2929
const DEFAULT_AUTOCOMPLETE = false
3030
const DEFAULT_PRACTICE = false
3131
const DEFAULT_SETTINGS = {

0 commit comments

Comments
 (0)