--- layout: exercise_r permalink: /Modules/R/TutorialExercise title: "CS173: Intro to Computer Science - R" language: "r" info: points: 0 instructions: "Use the terminal below to print Hello World to yourself, without any punctuation." goals: - To write a program using the R programming language canvasasmtid: "" canvaspoints: 0 processor: correctfeedback: "Correct!!" incorrectfeedback: "Try again" submitformlink: false feedbackprocess: | var pos = feedbackString.trim(); correctcheck: | pos.includes("Hello World") ---