Skip to content

Instantly share code, notes, and snippets.

@buglessir
Created January 18, 2019 07:46
Show Gist options
  • Select an option

  • Save buglessir/e6a642f289589f560166fa07aba42d0d to your computer and use it in GitHub Desktop.

Select an option

Save buglessir/e6a642f289589f560166fa07aba42d0d to your computer and use it in GitHub Desktop.
var gulp = require('gulp');
gulp.task('hello', function() {
console.log('Hello World !');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment